home *** CD-ROM | disk | FTP | other *** search
- Path: news.iag.net!news
- From: jatmon@iag.net (John R Buchan)
- Newsgroups: alt.msdos.programmer,comp.lang.c
- Subject: Re: Pascal program works but not C program!
- Date: 9 Jan 1996 19:27:39 GMT
- Organization: Internet Access Group, Orlando, Florida
- Message-ID: <4cufjb$frd@news.iag.net>
- References: <4cdpr2$psi@lugb.latrobe.edu.au> <Pine.SV4.3.91-heb-2.04.960104114930.16292A-100000@cs.technion.ac.il> <4cp3vc$8nh@brahms.tfi.be> <4cpqt6$9r8@solutions.solon.com>
- NNTP-Posting-Host: pm1-orl4.iag.net
- X-Newsreader: WinVN 0.99.7
-
- In article <4cpqt6$9r8@solutions.solon.com>, seebs@solutions.solon.com says...
- >
- >In article <4cp3vc$8nh@brahms.tfi.be>, Tasmaniac <Tasmaniac@unicall.be>
- wrote:
- <snip>
- >>void main (void)
- >Nope.
- >>int main (void)
- >Yup.
- >>void main (int argc, char *argv[])
- >Nope.
- >>int main (int argc, char *argv[])
- >Yup.
- >>void main (int argc, char **argv)
- >Yup.
-
- I think ya mis-yupped this one, partna. :-)
-
- >>int main (int argc, char **argv)
- >Yup.
- <snip>
-
- --
- John R Buchan -:|:- Looking for that elusive FAQ? ftp to:
- jatmon@mail.iag.net -:|:- rtfm.mit.edu /pub/usenet-by-group/....
-
-